home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / fbtuning.ctl < prev    next >
Text File  |  2000-05-12  |  7KB  |  94 lines

  1. -- RCSVER $Id: fbtuning.ctl,v 1.2 2000-05-11 08:57:57-05 joe Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        fbtuning.ctl
  6. -- Date:     02/09/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the fbtuning table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE fbtuning
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     name,
  18.     val,
  19.     descr,
  20.     tabtype,
  21.     fieldtype,
  22.     config_num
  23. )
  24. begindata
  25. t_monitor_check_interval|1|Seconds between monitor processing|5|3|1|
  26. t_cashbox_id_door_closed_wait|3000|Number of clock ticks between samples when door is closed|2|3|1|
  27. t_cashbox_id_door_open_wait|50|Number of clock ticks between samples when door is open|2|3|1|
  28. t_cbid_time_between_messages|500|Ticks required between CBID_TASK messages|2|3|1|
  29. t_max_shutdown_task_time|3|Seconds to wait for a task to shutdown|5|3|1|
  30. t_max_bank_note_retries|3|Retrys for validator, transfer, or stacker|5|3|1|
  31. t_bank_note_sleep_time|2|Seconds between housekeeping for bank note system|1|3|1|
  32. t_max_wait_for_response|1|Seconds between validator, transfer, and stacker|1|3|1|
  33. t_bank_note_cycle_limit|30|Watchdog cycle limit for the bank note system|1|3|1|
  34. t_max_stacker_wait_time|5|Seconds before stacker timeout|1|3|1|
  35. t_xfer_motor_time|3|Seconds to keep the transfer motor on|1|3|1|
  36. t_ocu_keyboard_timeout|10|Seconds to display last keyboard related message|3|3|1|
  37. t_pui_msg_wait_time|3|Seconds on a message before timing out|3|3|1|
  38. t_need_route|0|0=Do not need 1=need to enter route info|3|1|1|
  39. t_need_run|1|0=Do not need 1=need to enter run info|3|1|1|
  40. t_need_trip|1|0=Do not need 1=need to enter trip info|3|1|1|
  41. t_bill_multiplier|100|Multiplier to determine value of a bill|1|3|1|
  42. t_default_bill_value|1|1, 5, 10, and 20 bill default value|1|2|1|
  43. t_password_retries|3|Number of retries allowed on invalid password|4|3|1|
  44. t_end_shift_timeout|7200|Number seconds of inactivity before closing shift, 0=no timeout|3|3|1|
  45. t_ocu_display_timeout|30|Number seconds between updates to OCU display|3|3|1|
  46. t_max_coin_cashbox_value|50000|Maximum value (cents) of coins allowed in cashbox|2|3|1|
  47. t_max_bill_cashbox_count|500|Maximum count of bills allowed in the bill cashbox|2|3|1|
  48. t_coin_cashbox_threshhold|45000|Value of coins (cents) for 90% full warning |2|3|1|
  49. t_bill_cashbox_threshhold|450|Count of bills for 90% full warning |2|3|1|
  50. t_stat_update_interval|30|Number of elapsed seconds before updating stats|5|3|1|
  51. t_percentage_invalid|20|If this percentage of signals are noise, record|5|3|1|
  52. t_auto_dump_timeout_full|300|0=No timeout: Seconds before UPR auto dumps a full fare|3|3|1|
  53. t_auto_dump_timeout_part|300|0=No timeout: Seconds before UPR auto dumps a partial fare|3|3|1|
  54. t_display_msg_time|65|Number of seconds to display message on customer display|3|3|1|
  55. t_cashbox_access_door_beep|0|0=disable, Seconds between beeps when Cashbox access door is open|4|3|1|
  56. t_cashbox_access_door_open|60|0=infinite, Seconds allowed between Cashbox access door open and close|4|3|1|
  57. t_cashbox_unlatch_remove_delay|1000|0=infinite, Ticks allowed between Cashbox unlatch and removal|4|3|1|
  58. t_cashbox_latch_insert_delay|1000|0=infinite, Ticks allowed between Cashbox latch and insert|4|3|1|
  59. t_cashbox_replacement_timeout|60|0=infinite, Seconds between cashbox removal and replacement|4|3|1|
  60. t_accept_duplicate_cashbox|0|0=duplicate cashbox ids not allowed, 1 if duplicate cashbox ids are allowed|2|1|1|
  61. t_timezone|6|Number of hours from GMT, i.e. CST6CDT is 6|6|2|1|
  62. t_daylight|1|0=No daylight savings, 1=daylight savings time|6|1|1|
  63. t_custdisp|1|0=No customer display, 1=customer display|3|1|1|
  64. t_print_mtrstop_counts|0|0=Do not print, 1=Print mtrstop analysis to console|5|1|1|
  65. t_solenoid_close_delay|50|0=No delay, Ticks to delay before releasing solenoid after receiving door close|6|3|1|
  66. t_solenoid_engage_ticks|50|1 tick=10ms: num ticks to initially engage cb access door solenoid|4|3|1|
  67. t_solenoid_engage_ticks_max|200|1 tick=10ms: Safety valve, max num of ticks to engage solenoid|4|3|1|
  68. t_solenoid_pm_engage_ticks|50|1 tick=10ms: pulse width modulation engage solenoid ticks|4|3|1|
  69. t_solenoid_pm_disengage_ticks|1|1 tick=10ms: pulse width modulation disengage solenoid ticks|4|3|1|
  70. t_transfer_timeout|80|Centisec (ticks) between trailing edge of bill and stacker sensor|1|3|1|
  71. t_report_stacker_jam|1|0=Do not 1=Do report bill stacker jam|1|1|1|
  72. t_num_dido_boards|1|1 = 1 DIDO board, 2 = 2 DIDO boards|5|2|1|
  73. t_singulator_timeout|6|Seconds to run singulator after sensor tripped|1|3|1|
  74. t_bump_stacker_time|50|Clock ticks to run stacker motor when bumped|1|3|1|
  75. t_check_coin_return_time|15|Seconds to display the check coin return message|3|3|1|
  76. t_jam_clear_door_beep|0|0=disable: Seconds between beep sounds when jam clearance door is open|1|3|1|
  77. t_jam_clear_door_open_time|300|Total seconds allowed between jam clearance door open and close, 0=infinite|1|3|1|
  78. t_jam_clear_password|0|0=not required, 1=required password|4|1|1|
  79. t_jam_clear_password_time|300|Total seconds allowed between password entry and door open. 0=infinite|4|3|1|
  80. t_shift_open_low_power|0|0=infinite, Seconds inactivity when shift open before low power mode.|6|3|1|
  81. t_shift_closed_low_power|30|0=infinite, Seconds inactivity when shift closed before low power mode.|6|3|1|
  82. t_turn_off_ocu_low_power|1|0=Do not, 1=Do turn power off OCU display in low power mode|3|1|1|
  83. t_turn_off_cdisp_low_power|1|0=Do not, 1=Do turn power off customer display in low power mode|3|1|1|
  84. t_single_bill_override_time|30|Seconds allowed to insert bill before time out in single bill override|2|3|1|
  85. t_cashbox_always_okay|0|Cashbox always OK|2|1|1|
  86. t_load_wayfare|1|0=Do not, 1=Load the Wayfarer Task|7|1|1|
  87. t_max_trips_in_run|24|The maximum number of trips in a run|5|3|1|
  88. t_solenoid_pm_max_ticks|500|1 tick=10ms: The max time to apply pulse width modulation to hold the bar up|4|3|1|
  89. t_solenoid_close_time|5|Seconds the door must be closed before door open does not activate the solenoid|4|3|1|
  90. t_trip_data_in_revenue_service|1|0=Do not, 1=Set the trip data to the default in revenue service message|5|1|1|
  91. t_ocu_hist_buf_max|20|Number of OCU screens to save in the history buffer|3|1|1|
  92. t_ocu_reset_interval|0|Number seconds between OCU resets on loss of power|3|3|1|
  93. t_stacker_end_sensor|1|1=Stack sensor at end; 0=Stack sensor at trailing edge|1|1|1|
  94.